Variant[].Insert (gb)

Function Insert ( Array As Variant[] [ , Pos As Integer ] ) As Variant[]

Insert an array into the current one at the position specified by Pos.

By default, the array is inserted at the end.